home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / Karaoke 5 37.9 / karaoke5.exe / {app} / karaoke.exe / 0 / RCDATA / TFRXGROUPEDITORFORM / TFRXGROUPEDITORFORM.txt
Text File  |  2010-01-24  |  3KB  |  158 lines

  1. object frxGroupEditorForm: TfrxGroupEditorForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Group'
  6.   ClientHeight = 307
  7.   ClientWidth = 365
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object OKB: TButton
  25.     Left = 205
  26.     Top = 276
  27.     Width = 75
  28.     Height = 25
  29.     HelpContext = 40
  30.     Caption = 'OK'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 0
  34.   end
  35.   object CancelB: TButton
  36.     Left = 285
  37.     Top = 276
  38.     Width = 75
  39.     Height = 25
  40.     HelpContext = 50
  41.     Cancel = True
  42.     Caption = 'Cancel'
  43.     ModalResult = 2
  44.     TabOrder = 1
  45.   end
  46.   object BreakOnL: TGroupBox
  47.     Left = 4
  48.     Top = 4
  49.     Width = 357
  50.     Height = 125
  51.     Caption = 'Break On'
  52.     TabOrder = 2
  53.     object DataFieldCB: TComboBox
  54.       Left = 188
  55.       Top = 40
  56.       Width = 161
  57.       Height = 21
  58.       ItemHeight = 13
  59.       TabOrder = 0
  60.     end
  61.     object DataSetCB: TComboBox
  62.       Left = 8
  63.       Top = 40
  64.       Width = 173
  65.       Height = 21
  66.       ItemHeight = 13
  67.       TabOrder = 1
  68.       OnChange = DataSetCBChange
  69.     end
  70.     object ExpressionE: TfrxComboEdit
  71.       Left = 8
  72.       Top = 92
  73.       Width = 341
  74.       Height = 21
  75.       Style = csSimple
  76.       ItemHeight = 13
  77.       TabOrder = 2
  78.       Glyph.Data = {
  79.         D6000000424DD60000000000000076000000280000000C0000000C0000000100
  80.         0400000000006000000000000000000000001000000000000000000000000000
  81.         80000080000000808000800000008000800080800000C0C0C000808080000000
  82.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00707777777777
  83.         0000770777777777000077087007007700007780778007770000778087700077
  84.         0000777087007807000077780777777700007700000777770000777708777777
  85.         0000777700780777000077777000777700007777777777770000}
  86.       OnButtonClick = ExpressionEButtonClick
  87.     end
  88.     object DataFieldRB: TRadioButton
  89.       Left = 8
  90.       Top = 20
  91.       Width = 173
  92.       Height = 17
  93.       Caption = 'Data field'
  94.       Checked = True
  95.       TabOrder = 3
  96.       TabStop = True
  97.       OnClick = DataFieldRBClick
  98.     end
  99.     object ExpressionRB: TRadioButton
  100.       Left = 8
  101.       Top = 72
  102.       Width = 173
  103.       Height = 17
  104.       Caption = 'Expression'
  105.       TabOrder = 4
  106.       OnClick = DataFieldRBClick
  107.     end
  108.   end
  109.   object OptionsL: TGroupBox
  110.     Left = 4
  111.     Top = 136
  112.     Width = 357
  113.     Height = 129
  114.     Caption = 'Options'
  115.     TabOrder = 3
  116.     object KeepGroupTogetherCB: TCheckBox
  117.       Left = 8
  118.       Top = 20
  119.       Width = 237
  120.       Height = 17
  121.       Caption = 'Keep group together'
  122.       TabOrder = 0
  123.     end
  124.     object StartNewPageCB: TCheckBox
  125.       Left = 8
  126.       Top = 40
  127.       Width = 237
  128.       Height = 17
  129.       Caption = 'Start new page'
  130.       TabOrder = 1
  131.     end
  132.     object OutlineCB: TCheckBox
  133.       Left = 8
  134.       Top = 60
  135.       Width = 237
  136.       Height = 17
  137.       Caption = 'Show in outline'
  138.       TabOrder = 2
  139.     end
  140.     object DrillCB: TCheckBox
  141.       Left = 8
  142.       Top = 80
  143.       Width = 237
  144.       Height = 17
  145.       Caption = 'Drill-down'
  146.       TabOrder = 3
  147.     end
  148.     object ResetCB: TCheckBox
  149.       Left = 8
  150.       Top = 100
  151.       Width = 237
  152.       Height = 17
  153.       Caption = 'Reset page numbers'
  154.       TabOrder = 4
  155.     end
  156.   end
  157. end
  158.